home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 52 / Amiga Format AFCD52 (Issue 136, May 2000).iso / -serious- / workbench / fullbench-3.00 / src / makeit.gcc < prev    next >
Text File  |  2000-02-28  |  115b  |  4 lines

  1. ;
  2. gcc -Os -fomit-frame-pointer -msmall-code -c FullBench.c
  3. gcc -s -nostartfiles -noixemul -o FullBench FullBench.o
  4.